Add a BoxWhisker Series to the series list.
Syntax
'Declaration
Public Overloads Function AddBoxWhisker( _
ByVal As String _
) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> AddBoxWhisker(
string
)
Parameters
- name
- The name of series
Return Value
The series builder
See Also